home *** CD-ROM | disk | FTP | other *** search
/ Wisdom on Demand - Your …e to Professional Success / Wisdom on Demand - Your Guide to Professional Success.iso / pc / BIN / COMMON / launch.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-07-07  |  114 b   |  6 lines

  1. on(press){
  2.    stopAllSounds();
  3.    getUrl("event: restoreCursor", "");
  4.    _root.gotoAndStop("startScreen");
  5. }
  6.